home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / lists / mint / l_0799 / 721 < prev    next >
Encoding:
Internet Message Format  |  1994-08-27  |  772 b 

  1. From: bousch@suntopo.matups.fr (Thierry Bousch)
  2. Subject: Why fsck doesn't work
  3. Date: Fri, 17 Dec 1993 16:34:30 +0100 (MET)
  4. In-Reply-To: <9312170300.AA21077@nyx10.cs.du.edu> from "Stephen Henson" at Dec 16, 93 08:00:38 pm
  5.  
  6. Hi Steve,
  7.  
  8. > Odd, why does fsck do that, does something have a file open on that partition?
  9. > That's the only immediate reason why I can see the Dlock call would fail (the
  10. > trace output should name the culprit). Alternatively I suppose I could add a
  11. > flag to fsck to not regard the failure of Dlock() and fatal.
  12.  
  13. This seems to be the reason.  To be able to use 'fsck' on my main Minix
  14. partition, I must kill syslogd, and replace tcsh by sh, because tcsh
  15. always keep an open file descriptor to /etc/termcap, which lies on this
  16. partition. 
  17.  
  18. Thierry.
  19.